home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / a-g / fu / formulas / zinvmandel.form < prev   
Encoding:
Text File  |  1995-12-21  |  221 b   |  29 lines

  1. ZInvMandel
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-3.0
  6.         x2= 3.0
  7.         y1=-3.0
  8.         y2= 3.0
  9.         par1.r=1.0
  10.         par1.i=0.0
  11.         bailout=4.0
  12.     }
  13.     {
  14.         z=par1/pixel
  15.         c=pixel
  16.     }
  17.     {
  18.         z=z*z
  19.         z=z+c
  20.         w=abs(z)
  21.     }
  22.     {
  23.         w>bailout
  24.     }
  25.     {
  26.         PAR1-INVERSE FACTOR
  27.     }
  28. }
  29.